net/http.http2dataBuffer.chunks (field)
17 uses
net/http (current package)
h2_bundle.go#L1258: chunks [][]byte
h2_bundle.go#L1282: if b.r == len(b.chunks[0]) {
h2_bundle.go#L1283: http2putDataBufferChunk(b.chunks[0])
h2_bundle.go#L1284: end := len(b.chunks) - 1
h2_bundle.go#L1285: copy(b.chunks[:end], b.chunks[1:])
h2_bundle.go#L1286: b.chunks[end] = nil
h2_bundle.go#L1287: b.chunks = b.chunks[:end]
h2_bundle.go#L1295: if len(b.chunks) == 1 {
h2_bundle.go#L1296: return b.chunks[0][b.r:b.w]
h2_bundle.go#L1298: return b.chunks[0][b.r:]
h2_bundle.go#L1328: if len(b.chunks) != 0 {
h2_bundle.go#L1329: last := b.chunks[len(b.chunks)-1]
h2_bundle.go#L1335: b.chunks = append(b.chunks, chunk)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)